fix r105935, wgContLang still used in the function
authorRobin Pepermans <robin@users.mediawiki.org>
Mon, 12 Dec 2011 22:08:17 +0000 (22:08 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Mon, 12 Dec 2011 22:08:17 +0000 (22:08 +0000)
includes/SkinLegacy.php

index abb7447..f5bc9bf 100644 (file)
@@ -345,7 +345,7 @@ class LegacyTemplate extends BaseTemplate {
        }
 
        function otherLanguages() {
-               global $wgOut, $wgLang, $wgHideInterlanguageLinks;
+               global $wgOut, $wgLang, $wgContLang, $wgHideInterlanguageLinks;
 
                if ( $wgHideInterlanguageLinks ) {
                        return '';